hunt.http.cookie

Undocumented in source.

Members

Classes

Cookie
class Cookie
Undocumented in source.
CookieException
class CookieException
Undocumented in source.

Functions

cookie_quote
string cookie_quote(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
cookie_unquote
string cookie_unquote(string quoted_value)
Undocumented in source. Be warned that the author may not have intended to support it.
has_legal_chars
bool has_legal_chars(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCookie
Cookie[string] parseCookie(string header)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

_cookiechars
enum _cookiechars;
Undocumented in source.
_legalchars
enum _legalchars;
Undocumented in source.

Variables

RESERVED_PARAMS
string[string] RESERVED_PARAMS;
Undocumented in source.
_OctalPatt
Regex!char _OctalPatt;
Undocumented in source.
_QuotePatt
Regex!char _QuotePatt;
Undocumented in source.

Meta